home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 1 / your choice.zip / your choice / PRGMMING / MOUDESIG / MGRAB.DOC < prev    next >
Text File  |  1993-04-20  |  4KB  |  93 lines

  1.  
  2.                                 MOUSE GRABBER 1.0
  3.  
  4.          ────────────────────────────────────────────────────────────────
  5.                      (C) Copyright 1993 by Rudi Breedenraedt.
  6.  
  7.  
  8.                 MGRAB.COM is a part of the Mouse Designer package.
  9.              MGRAB.COM may not be distributed without the whole Mouse
  10.                                 Designer package !
  11.  
  12.  
  13.          WHAT IS THE MOUSE GRABBER ?
  14.  
  15.          MGRAB.COM is a graphical-mouse-arrow grabber that writes the
  16.          information of a mouse arrow to MGRABxxx.MOU (where xxx stands
  17.          for 000 thru 999), a file format readable by MDESIGN.EXE (Mouse
  18.          Designer).
  19.          You can then load the MGRABxxx.MOU files into MDESIGN.EXE,
  20.          modify them if you like, and then save them to a Basic, Pascal,
  21.          C or assembly procedure for use in your own programs.
  22.  
  23.  
  24.          HOW TO USE THE MOUSE GRABBER ?
  25.  
  26.          First of all, you have to install Microsoft's MOUSE.COM or any
  27.          equivalent mouse driver.
  28.  
  29.          Then, you have to load the TSR MGRAB.COM into memory, therfore,
  30.          you have to type from the DOS commandline:
  31.  
  32.            C:\> MGRAB.COM /i
  33.  
  34.          The Mouse Grabber is now installed.
  35.  
  36.          Run any program, where there are one or more graphical mouse
  37.          arrows you would like to use in your own programs. Take the
  38.          needed steps, so that the selected mouse arrow is vivible on the
  39.          screen. Then press the PrintScreen key.
  40.  
  41.          If you hear one beep, a MGRABxxx.MOU was successfully created.
  42.          In all other cases you hear no, or two beeps. If you hear no
  43.          beep, the PrintScreen interrupt was redirected by the running
  44.          program to another routine than the mouse grabber. See
  45.          'OBTAINING SOURCECODE' for using another hotkey than
  46.          PrintScreen.
  47.          If you hear two beeps, the running program did not change the
  48.          graphical mouse arrow shape or the graphical mouse arrow format
  49.          is not of the Mouse Designer compatible type (Mouse Designer can
  50.          only work with mouse arrows of 16x16 pixels format).
  51.  
  52.          When you grabbed the wanted mouse arrows, quit the running
  53.          program and type on the DOS command line:
  54.  
  55.            C:\> MGRAB.COM /u
  56.  
  57.          to uninstall the Mouse Grabber.
  58.  
  59.          Run now MDESIGN.EXE and load the MGRABxxx.MOU files.
  60.  
  61.  
  62.          OBTAINING SOURCECODE - CONTACTING THE AUTHOR
  63.  
  64.          If you like to see the sourcecode of MGRAB.COM (written in
  65.          Microsoft's Macro Assembler 6.0), you could send me a fee of
  66.          US$ 15 (Belgium & Luxembourg: 400 BEF; The Netherlands: ƒ 25.-;
  67.          France: 80 FF; Germany: 25 DM; Great Britain: £ 9.-; Europe:
  68.          12 ECU).
  69.  
  70.          You will then receive the sourcecode of MDESIGN.EXE (the Mouse
  71.          Designer, written in QuickBASIC 4.50) and MGRAB.COM. You will
  72.          also receive the latest version of the Mouse Designer package.
  73.  
  74.          You could send your fee by (international) mail order (ask you
  75.          post office), (from European countries) by EuroCheque or by any
  76.          other way you like, to:
  77.  
  78.                    UNITED PROGRAMMERS CLUB
  79.                    TAV.RUDI BREEDENRAEDT
  80.                    POSTBUS 40
  81.                    B-1090 BRUSSELS
  82.                    BELGIUM
  83.  
  84.          You could write to the same address for any comments about the
  85.          Mouse Grabber, founded bugs, idea's to ameliorate it, or
  86.          anything you like...
  87.  
  88.  
  89.          THANKS TO...
  90.  
  91.          Thanks to Microsoft for providing a friendly QuickBASIC compiler
  92.          and a powerfull Macro Assembler.
  93.